home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Net Connect
/
NetConnect - Version 1.iso
/
mui
/
developer
/
c
/
dlib
/
allocaslreq.c
next >
Wrap
C/C++ Source or Header
|
1996-07-13
|
237b
|
11 lines
#include <clib/muimaster_protos.h>
#include <pragmas/muimaster_pragmas.h>
extern struct Library *MUIMasterBase;
APTR MUI_AllocAslRequestTags(ULONG type, Tag tag1, ...)
{
return(MUI_AllocAslRequest(type, (struct TagItem *) &tag1));
}